HelpPath{Create}CommandName{createUpDown}ReturnValue{int handle=}OpenBrace{(}Parameters{int x, int y, int width, int height, handle buddy, [style], handle parent}CloseBrace{)}Description{Creates an UpDown gadget.  UpDowns are a pair of buttons with up and down arrows on them.  They have a buddy gadget, usually an Edit.  When you click on the arrows, the text of the buddy gadget changes to the UpDown gadget's current value.  The value is a whole number within a range specified with setUpDownRange.}ReturnDescription{Handle to the new gadget.}Param1{x}Param1Desc{X position of new gadget}Param2{y}Param2Desc{Y position of new gadget}Param3{width}Param3Desc{Width of new gadget in pixels}Param4{height}Param4Desc{Height of new gadget in pixels}Param5{buddy}Param5Desc{Handle to the buddy gadget for the new updown.  When you click on the UpDown gadgets, it sets the text of the buddy gadget.  UpDown gadgets resize the buddy window to make enough space for the arrow buttons.}Param6{[style]}Param6Desc{Optional.  If set to 0 (default), the UpDown gadget is vertical, ie. its buttons point up and down.  If set to 1, the UpDown gadget is horizontal, ie. its buttons point left and right.}Remarks{}Param7{parent}Param7Desc{Handle to the parent of the new gadget, or 0 for the main window}ExampleSource{}SeeAlso{}